home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / PROGTOOL / FST30A.ZIP;1 / READ.ME < prev    next >
Encoding:
Text File  |  1992-09-28  |  4.6 KB  |  145 lines

  1. This package contains Version 3.0 of the FST (Fitted) Modula-2 Compiler.
  2.  
  3. (C) Copyright 1987-1992 Fitted Software Tools. All rights reserved.
  4.  
  5.                        DISCLAIMER OF WARRANTY
  6.  
  7.     THIS  SOFTWARE AND MANUAL ARE PROVIDED "AS IS"  AND  WITHOUT
  8.     WARRANTIES AS TO PERFORMANCE OR MERCHANTABILITY.
  9.  
  10.     THIS SOFTWARE IS PROVIDED  WITHOUT  ANY  EXPRESS  OR IMPLIED
  11.     WARRANTIES   WHATSOEVER.   BECAUSE   OF  THE  DIVERSITY   OF
  12.     CONDITIONS AND HARDWARE UNDER  WHICH  THIS  SOFTWARE  MAY BE
  13.     USED,  NO  WARRANTY  OF FITNESS FOR A PARTICULAR PURPOSE  IS
  14.     OFFERED.  THE  USER  IS   ADVISED   TO  TEST  THIS  SOFTWARE
  15.     THOROUGHLY BEFORE RELYING ON  IT.  THE  USER MUST ASSUME THE
  16.     ENTIRE RISK OF USING THIS SOFTWARE.
  17.  
  18.  
  19.     Specifications and availability of the products described are
  20.     subject to change without notice.
  21.  
  22.  
  23.     >>>>>>>>>>>>>>>>>>>>>> IMPORTANT <<<<<<<<<<<<<<<<<<<<<<<<<<<
  24.  
  25.     The dates of the .DEF files must be preserved when copies of
  26.     this software are passed on.
  27.  
  28.     If you somehow get a copy of this software in which the .DEF
  29.     files' dates were modified, please be careful! You could try
  30.     using the linker's /K option, which would let you link your
  31.     programs; But you might be in for REAL TROUBLE if the .DEF
  32.     files were really modified!
  33.  
  34.  
  35. Full documentation for this product is in the file FMODULA2.DOC. The
  36. documentation is formatted at 60 lines per page, so that it should
  37. print reasonably on any printer. You may print it using the DOS copy
  38. command:
  39.  
  40.     COPY FMODULA2.DOC PRN
  41.  
  42.  
  43.                     +++++++++++++++++++++++++
  44.                     +                       +
  45.                     +   S H A R E W A R E   +
  46.                     +                       +
  47.                     +++++++++++++++++++++++++
  48.  
  49. This software is being distributed as Shareware. Please read the chapter
  50. "Shareware" in the documentation for further details.
  51.  
  52.  
  53.  
  54. ************************************************************************
  55. *    The version 3.0 distribution
  56. ************************************************************************
  57.  
  58. Listings of all the files included in this distribution is included in
  59. the DOC directory under the names "FILES.SHR" (shareware version of
  60. the system) and "FILES.REG" (full version of the system).
  61.  
  62. ------------------------------------------------------------------
  63. -   Quick install
  64. ------------------------------------------------------------------
  65.  
  66. In this release, we distribute the software in a directory tree that
  67. can be simply copied (via xcopy) to your hard disk for installation.
  68. Try:
  69.  
  70.     MKDIR C:\M2
  71.  
  72. and copy each floppy with the command:
  73.  
  74.     XCOPY A:\ C:\M2
  75.  
  76. Then, set your PATH environment variable to include C:\M2\BIN and
  77. the M2LIB environment variable to C:\M2\LIB.
  78.  
  79.  
  80. ------------------------------------------------------------------
  81. -   Registered users
  82. ------------------------------------------------------------------
  83.  
  84. Since the library source code is included, we do not include the library
  85. object modules (except for those derived form the ASM sources) with the
  86. complete (for registered users) version of the system.
  87.  
  88. ----------------------------
  89. -   To compile the library:
  90. ----------------------------
  91.  
  92. ALL.MOD is a dummy module that imports all the library modules; It is
  93. used to help maintain the library. First CD to the directory where the
  94. library source files are -- using the installation instructions above,
  95. they end up in C:\M2\SRC\LIB); Then:
  96.  
  97.     GENMAKE all /l
  98.     MC all /m
  99.  
  100. or
  101.     GENMAKE all /obj /l
  102.     set m2output=obj
  103.     mc all /m
  104.  
  105. finally, you would install the object files in the LIB directory
  106.  
  107.     COPY *.M2O C:\M2\LIB
  108.  
  109. (to build the LARGE MODEL library, "SET M2MODEL=LARGE" before
  110. performing the steps above)
  111.  
  112.  
  113. ------------------------------------------------------------------
  114. To generate the OBJ and BIN object files from the ASM sources, we
  115. provide MKBIN.BAT:
  116. ------------------------------------------------------------------
  117.  
  118.     MKBIN m2reals
  119.     MKBIN m2longs
  120.     MKBIN m2procs
  121.  
  122. Ignore the warnings about lack of stack, during the link phase of
  123. the creation of the BIN files.
  124.  
  125.  
  126. ************************************************************************
  127.  
  128. I would like to thank Professor Pat Terry, of Rhodes University, for
  129. giving me a hand with the OOP documentation.
  130.  
  131. For all the FST Modula-2 users (whose support made version 3.0 possible),
  132. a warm thank you.
  133.  
  134. Roger Carvalho
  135.  
  136. ---------------------
  137. Fitted Software Tools
  138. P.O.Box 867403
  139. Plano, TX 75086
  140. U.S.A.
  141.  
  142. BBS 214/517-4629
  143.  
  144. *** THE END ***
  145.